home *** CD-ROM | disk | FTP | other *** search
/ How Would You Survive? / How Would You Survive (1995)(Grolier)[Mac-PC].iso / mac / AZTECW.DIR / 01695_Script_startmovie < prev    next >
Text File  |  1995-09-12  |  672b  |  27 lines

  1. Global gBtn16, gBtn18, gWhatMovie, gTheHelpIsOn,gReInitGlobals,gNewMarker,gInitGlobals
  2.  
  3. on StartMovie
  4.   set gBtn16 = birth(script "a3StateButton", 46, 1931, "SA141819.AIF", "ACrossEgypt", "HandCursor")
  5.   set gBtn18 = birth(script "a3StateButton", 48, 1928, "SA141819.AIF", "ACrossViking", "HandCursor")
  6.   if gInitGlobals = 1 then
  7.     AInitGlobals
  8.     set gInitGlobals = 0
  9.   else
  10.     if gReInitGlobals = 1 then
  11.       AGlobalsSetUpFromTheatre
  12.       set gReInitGlobals = 0
  13.     end if
  14.   end if
  15. --  AInitGlobals
  16.   AGlobalsSetUP
  17.   set gWhatMovie = "AztecW"
  18.   set gTheHelpIsOn = 0
  19. end
  20.  
  21. on StopMovie
  22.   set gBtn16 = 0  
  23.   set gBtn18 = 0
  24.   unloadcast
  25. end
  26.  
  27.